다음을 통해 공유


XSLTransform.Alias Property

Returns a String that represents the friendly name for the specified object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Alias ( _
    AllUsers As Boolean _
) As String
    Get
    Set
'Usage
Dim instance As XSLTransform
Dim AllUsers As Boolean
Dim value As String

value = instance.Alias(AllUsers)

instance.Alias(AllUsers) = value
string this[
    bool AllUsers
] { get; set; }

Parameters

  • AllUsers
    Type: System.Boolean
    true to store the alias in the HKEY_LOCAL_MACHINE registry key; false to store the alias in the HKEY_CURRENT_USER registry key. Only use this parameter to set the Alias[Boolean] property value, not to get the Alias[Boolean] property value.

Property Value

Type: System.String

See Also

Reference

XSLTransform Interface

XSLTransform Members

Microsoft.Office.Interop.Word Namespace