Compartir a través de


: CreateDCInfo.SupportingFolderName (Propiedad) (Microsoft.HtmlTrans)

Esta propiedad está reservada para uso interno y no está destinada a ser utilizada desde el código.

Gets or sets the name of the folder where the additional files got created.

Espacio de nombres:
Ensamblado: Microsoft.HtmlTrans.Interface (in microsoft.htmltrans.interface.dll)

Sintaxis

'Declaración
Public Property SupportingFolderName As String
'Uso
Dim instance As CreateDCInfo
Dim value As String

value = instance.SupportingFolderName

instance.SupportingFolderName = value
public string SupportingFolderName { get; set; }

Valor de propiedad

A string that contains the folder name.

Comentarios

Use the rgbMainFile property and the rgrgbSupportingFiles property to access the content of the files.

Vea también

Referencia

CreateDCInfo (Clase)
CreateDCInfo (Miembros)
Microsoft.HtmlTrans (Espacio de nombres)