'宣言 Public Shared Sub SeparateName( _ ByVal name As System.String, _ ByRef fileName As System.String, _ ByRef containerName As System.String, _ ByRef target As System.String _ )
public static void SeparateName( System.string name, out System.string fileName, out System.string containerName, out System.string target )
パラメータ
- name
- 分離する名前
- fileName
- ファイル名
- containerName
- コンテナ名
- target